home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960209-19960425 / 000318_news@columbia.edu _Wed Apr 3 11:24:11 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (apakabar.cc.columbia.edu [128.59.35.159]) by watsun.cc.columbia.edu (8.7.3/8.7.3) with ESMTP id LAA24316 for <kermit.misc@watsun>; Wed, 3 Apr 1996 11:24:09 -0500 (EST)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.3/8.7.3) id LAA14397 for kermit.misc@watsun; Wed, 3 Apr 1996 11:24:06 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: socketified kermit and file transfers
  8. Date: 3 Apr 1996 16:23:51 GMT
  9. Organization: Columbia University
  10. Lines: 22
  11. Message-ID: <4ju8mn$e1n@apakabar.cc.columbia.edu>
  12. References: <31617113.45A9@atl.hp.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <31617113.45A9@atl.hp.com>, Frank Rocchio  <frank@atl.hp.com> wrote:
  16. : I am currently working on a project to centralize a dialout modem pool.
  17. : As a test, I have the following topology.
  18. : HP UX 10.0 Client----Lan----Cisco ASM----Racal Vadic 3264----PSTN
  19. : On line Engineers
  20. : The problem I am experiencing is for file transfers (specifically
  21. : binary).  Ascii transfers
  22. : no problem. 
  23. : The machines I am calling are both HP3000 and HP9000 connected directly
  24. : to TTY ports.
  25. : I recently ordered using C-Kermit as a reference but I am wondering if
  26. : anyone has a known
  27. : workable configuration to do binary transfers ?
  28. :
  29. Most likely one of those many links in the chain is chopping off the 8th
  30. bit.  Either find it and configure it for 8-bit transparency, or else tell
  31. Kermit to "set parity space".
  32.  
  33. - Frank